[INFO] fetching crate gimbal_async 0.1.0...
[INFO] fixing gimbal_async-0.1.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate gimbal_async 0.1.0 into /workspace/builds/worker-6-tc1/source
[INFO] removed /workspace/builds/worker-6-tc1/source/.cargo/config.toml
[INFO] started tweaking crates.io crate gimbal_async 0.1.0
[INFO] finished tweaking crates.io crate gimbal_async 0.1.0
[INFO] tweaked toml for crates.io crate gimbal_async 0.1.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate gimbal_async 0.1.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate gimbal_async 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded gimbal_time v0.1.0
[INFO] [stderr]   Downloaded gimbal_async_macros v0.1.0
[INFO] [stderr]   Downloaded gimbal_random v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 82567a417dfc131f2103ca9db082b2c4a2696ed44ee784de74fde42f58bb4393
[INFO] running `Command { std: "docker" "start" "82567a417dfc131f2103ca9db082b2c4a2696ed44ee784de74fde42f58bb4393", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "82567a417dfc131f2103ca9db082b2c4a2696ed44ee784de74fde42f58bb4393" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "82567a417dfc131f2103ca9db082b2c4a2696ed44ee784de74fde42f58bb4393", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "82567a417dfc131f2103ca9db082b2c4a2696ed44ee784de74fde42f58bb4393" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking gimbal_time v0.1.0
[INFO] [stderr]    Compiling gimbal_async_macros v0.1.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking tokio v1.45.0
[INFO] [stderr]     Checking gimbal_random v0.1.0
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking tokio-util v0.7.15
[INFO] [stderr]     Checking gimbal_async v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `pretty_assertions`
[INFO] [stdout]   --> src/tokio/runtime.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 80 |     use pretty_assertions::{assert_eq, assert_ne};
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `pretty_assertions`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `pretty_assertions`, use `cargo add pretty_assertions` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pretty_assertions`
[INFO] [stdout]    --> src/simulator/runtime.rs:437:9
[INFO] [stdout]     |
[INFO] [stdout] 437 |     use pretty_assertions::{assert_eq, assert_ne};
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `pretty_assertions`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `pretty_assertions`, use `cargo add pretty_assertions` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]   --> src/simulator/mod.rs:27:7
[INFO] [stdout]    |
[INFO] [stdout] 27 |     #[test_log::test]
[INFO] [stdout]    |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]   --> src/simulator/mod.rs:39:7
[INFO] [stdout]    |
[INFO] [stdout] 39 |     #[test_log::test]
[INFO] [stdout]    |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]   --> src/simulator/mod.rs:55:7
[INFO] [stdout]    |
[INFO] [stdout] 55 |     #[test_log::test]
[INFO] [stdout]    |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]   --> src/simulator/mod.rs:74:7
[INFO] [stdout]    |
[INFO] [stdout] 74 |     #[test_log::test]
[INFO] [stdout]    |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/mod.rs:102:7
[INFO] [stdout]     |
[INFO] [stdout] 102 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `simulator` in `gimbal_time`
[INFO] [stdout]   --> src/simulator/mod.rs:29:22
[INFO] [stdout]    |
[INFO] [stdout] 29 |         gimbal_time::simulator::with_real_time(|| {
[INFO] [stdout]    |                      ^^^^^^^^^ could not find `simulator` in `gimbal_time`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gimbal_time-0.1.0/src/lib.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[cfg(feature = "simulator")]
[INFO] [stdout]    |       --------------------- the item is gated behind the `simulator` feature
[INFO] [stdout]  9 | pub mod simulator;
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `simulator` in `gimbal_time`
[INFO] [stdout]   --> src/simulator/mod.rs:41:22
[INFO] [stdout]    |
[INFO] [stdout] 41 |         gimbal_time::simulator::with_real_time(|| {
[INFO] [stdout]    |                      ^^^^^^^^^ could not find `simulator` in `gimbal_time`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gimbal_time-0.1.0/src/lib.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[cfg(feature = "simulator")]
[INFO] [stdout]    |       --------------------- the item is gated behind the `simulator` feature
[INFO] [stdout]  9 | pub mod simulator;
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `simulator` in `gimbal_time`
[INFO] [stdout]   --> src/simulator/mod.rs:57:22
[INFO] [stdout]    |
[INFO] [stdout] 57 |         gimbal_time::simulator::with_real_time(|| {
[INFO] [stdout]    |                      ^^^^^^^^^ could not find `simulator` in `gimbal_time`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gimbal_time-0.1.0/src/lib.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[cfg(feature = "simulator")]
[INFO] [stdout]    |       --------------------- the item is gated behind the `simulator` feature
[INFO] [stdout]  9 | pub mod simulator;
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `simulator` in `gimbal_time`
[INFO] [stdout]   --> src/simulator/mod.rs:76:22
[INFO] [stdout]    |
[INFO] [stdout] 76 |         gimbal_time::simulator::with_real_time(|| {
[INFO] [stdout]    |                      ^^^^^^^^^ could not find `simulator` in `gimbal_time`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gimbal_time-0.1.0/src/lib.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[cfg(feature = "simulator")]
[INFO] [stdout]    |       --------------------- the item is gated behind the `simulator` feature
[INFO] [stdout]  9 | pub mod simulator;
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `simulator` in `gimbal_time`
[INFO] [stdout]    --> src/simulator/mod.rs:104:22
[INFO] [stdout]     |
[INFO] [stdout] 104 |         gimbal_time::simulator::with_real_time(|| {
[INFO] [stdout]     |                      ^^^^^^^^^ could not find `simulator` in `gimbal_time`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gimbal_time-0.1.0/src/lib.rs:9:9
[INFO] [stdout]     |
[INFO] [stdout]   8 | #[cfg(feature = "simulator")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `simulator` feature
[INFO] [stdout]   9 | pub mod simulator;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gimbal_async` (lib test) due to 12 previous errors
[INFO] running `Command { std: "docker" "inspect" "82567a417dfc131f2103ca9db082b2c4a2696ed44ee784de74fde42f58bb4393", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "82567a417dfc131f2103ca9db082b2c4a2696ed44ee784de74fde42f58bb4393", kill_on_drop: false }`
[INFO] [stdout] 82567a417dfc131f2103ca9db082b2c4a2696ed44ee784de74fde42f58bb4393
